@charset "utf-8";
.head {
	width:100%;
	min-width:1380px;
	margin:auto;
	z-index:100;
	height:94px;
}
.head ul{
	width:1380px;
	margin: 0 auto;
}
.head .logo{
	width:200px;
	float:left;
}
.head .nav{
	width:1000px;
	float:left;
	margin:0 auto;
	padding-left:40px;
}
.head .nav ul:after {
	content:"";
	display: block;
	visibility: hidden;
	clear: both;
}
.head .nav ul li{
	position: relative;
	float: left;
	height: 94px;
	margin-left:20px;
}
.head .nav ul li a{
	display: block;
	line-height: 94px;
	text-align: center;
	color: #333;
	padding:0 20px ;
	font-size: 18px;
}
.head .nav ul li a:hover {
	color:#ffffff;
	background:#036822;
}
.head .nav ul li.current a{
	background:#036822;
	color:#FFFFFF;
}
.head .nav ul li .subnav {
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	background: #036822;
	z-index: 200;
	display: none;
}
.head .nav ul li .subnav a {
	line-height: 50px;
	color:#ffffff;
}
.head .nav ul li .subnav a:hover {
	background-color: #009900;
}
.head .tool{
	width:100px;
	height:94px;
	line-height:94px;
	text-align:right;
	float:left;
}
.head .tool a{
	font-size:15px;
	color:#ffffff;
	padding:10px 8px;
	background:#036822;
	border-radius:6px;
}
.head .tool a:hover {
	color:#ffffff;
	background:#999999;
}


/*---------------------------------------------------*/

.banner .swiper-banner {
	width: 100%;
	height: 660px;
	min-width:1380px;
}

.banner .swiper-slide .box{
	position: relative;
	top:30%;
	left:17%;
	width:700px;
}
.banner .swiper-slide .box p{
	font-size: 40px;
	line-height:50px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #333;
}
.banner .swiper-slide .box span{
	font-size: 18px;
	line-height:26px;
	margin:10px 0px;
	display:block;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #333;
}
.banner .swiper-slide .box a{
	font-size: 15px;
	padding:10px 22px;
	line-height:60px;
	text-decoration:none;
	color:#FFFFFF;
	border:#FFFFFF 1px solid;
	border-radius: 3px;
}
.banner .swiper-slide .box a:hover{
	background:#FF6600;
	border:#FF6600 1px solid;
}

.banner .swiper-button .swiper-pagination{
	position: relative;
	left:16%;
	text-align:left;
	width:300px;
	bottom:30px;
	--swiper-theme-color: #fff;
}
.banner .swiper-button .swiper-pagination-bullet{
	width:20px;
	height:6px;
	border-radius:0;
	opacity:0.8;
}
.banner .swiper-button .swiper-button-next,.swiper-rtl .swiper-button-prev {
	right:310px;
	left: auto;
	background:#333333;
	padding:5px;
	--swiper-navigation-size: 20px;
	top:94%;
	opacity:0.8;
	--swiper-theme-color: #fff;
}
.banner .swiper-button .swiper-button-prev,.swiper-rtl .swiper-button-prev {
	right:335px;
	left: auto;
	background:#333333;
	padding:5px;
	--swiper-navigation-size: 20px;
	top:94%;
	opacity:0.8;
	--swiper-theme-color: #fff;
}

/* ----------------- */
.product {
	width:100%;
	min-width:1380px; 
	margin:100px 0px 130px 0px;
}
.product .title {
	width:1300px;
	margin: 0 auto;
	margin-bottom:60px;
}
.product .title li{
	width:100%;
}
.product .title li span{
	font-size:36px;
	line-height:46px;
	color:#333333;
	font-weight:bold;
}
.product .title li p{
	font-size:32px;
	line-height:34px;
	color:#333333;
}

.product .title li a{
	float:right;
	font-size:16px;
}

.product .list {
	width:1300px;
	margin: 0 auto;
	background:#eee;
	height:300px;
}
.product .list li{
	width:340px;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
}

/* ----------------- */

.product .swiper-product{
	width: 1300px;
	height: 400px;
}
.product .swiper-slide {
	text-align: center;
	background: #036822;
	border-radius:5px;
}
.product .swiper-slide:hover{
	color:#FFFFFF;
	background: #009900;
}
.product .swiper-slide h3{
	display:block;
	width:300px;
	line-height:40px;
	margin:auto;
	padding-top:10px;
	color:#FFFFFF;
}
.product .swiper-slide p{
	display:block;
	width:300px;
	margin:auto;
	color:#efefef;
}
.product .swiper-slide span {
	display:block;
	height:300px;
	width:300px;
	margin:auto;
	padding-top:2px;
	border-radius:5px;
}

.product .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.product .swiper-button {
	width:100%;
	height:300px;
	position: absolute;
	z-index:1;
}
.product .swiper-button .swiper-button-prev,.swiper-rtl .swiper-button-next {
	left: 12%;
	right: auto;
	bottom:40%;
	--swiper-theme-color: #999;
	--swiper-navigation-size: 50px;
}
.product .swiper-button .swiper-button-next,.swiper-rtl .swiper-button-prev {
	right: 12%;
	left: auto;
	bottom:40%;
	--swiper-theme-color: #999;
	--swiper-navigation-size: 50px;
}
.product .swiper-button .swiper-button-prev:after{
	background:#FFFFFF;
}
.product .swiper-button .swiper-button-next:after{
	background:#FFFFFF;
}

/* ----------------- */
.about { width:100%; min-width:1380px; padding:110px 0; overflow:auto;}
.about ul{ width:1300px; margin:auto;}
.about li{ width:50%; float:left;}
.about .title span{font-size:36px;line-height:46px;color:#333333;font-weight:bold;}
.about .title p{font-size:32px;line-height:34px;color:#333333;}
.about .text{ margin-top:20px; font-size:16px; line-height:28px;}
.about .text a:hover{ color:#1187d6; }

/* ----------------- */
.news { width:100%; min-width:1380px; height:550px; padding-top:110px;}
.news ul{ width:1300px; margin:auto;}
.news li{ width:46%; float:left; display:block;}
.news .title{ font-size:26px; height:60px;}
.news .title a{ float:right; font-size:16px; }
.news .text { border-top:#eee 1px solid; height:100px; padding-top:30px;}
.news .text p{line-height:30px; color:#666666;}
.news .text h3{ font-size:18px; font-weight:100;}
.news .text a:hover{ color: #036822; }


/* -------菜单一级样式--------- */
.menu{
	width:100%;
	border-bottom:#CCCCCC 1px solid;
}
.menu ul{
	width:1300px;
	max-height:60px;
	margin:auto;
	overflow:hidden;
}
.menu li{
	line-height:60px;
}
.menu li a{
	color:#666666;
	margin-right:40px;
	font-size:16px;
}
.menu a:hover{
	color:#036822;
	padding-bottom:19px;
	border-bottom:#036822 3px solid;
}

.menu .current{
	color:#036822;
	padding-bottom:19px;
	font-weight:bold;
	border-bottom:#036822 3px solid;
}

/* ------菜单二级样式---------- */

.menu_two{
	width:100%;
	background:#efefef;
}
.menu_two ul{
	width:1300px;
	margin:auto;
	padding-top:30px;
}
.menu_two li a{
	color:#666666;
	margin-right:30px;
	font-size:16px;
	background:#fff;
	padding:10px 30px;
	border-radius:4px;
}
.menu_two a:hover{
	color:#fff;
	background:#0066CC;
}
/* ----------------- */
.foot{min-width:1380px; background:#036822; padding-top:40px; overflow:auto; min-height:300px;}
.foot .upper{width:1380px; margin:auto;  color:#FFFFFF; overflow:auto; min-height:250px;}
.foot .upper li{ min-width:120px; padding:0px 10px; float:left; }
.foot .upper li span{ width:20px; border-bottom:#FFFFFF 2px solid; margin-bottom:10px; display:block;}
.foot .upper li p{ font-size:16px; line-height:40px;}
.foot .upper li a{ display:block; color:#FFFFFF; line-height:30px;}
.foot .upper li a:hover { color:#ccc; }
.foot .lower{ border-top: #158735 1px solid; line-height:50px; width:1380px; margin:auto; color:#fff; padding:0px 10px; margin-top:20px;}
.foot .lower li{ float:left; width:50%;}
.foot .lower li a{ color:#fff;}